Crate libp2p_relay
source ·Expand description
Implementation of libp2p circuit relay protocol.
Modules
- Everything related to the relay protocol from a client’s perspective.
- Types related to the relay protocol inbound.
- Types related to the relay protocol outbound.
Structs
NetworkBehaviour
implementation of the relay server functionality of the circuit relay v2 protocol.- Configuration for the relay
Behaviour
. - The ID of an outgoing / incoming, relay / destination request.
Enums
- The events produced by the relay
Behaviour
.
Constants
Traits
- Allows rate limiting access to some resource based on the
PeerId
and [Multiaddr
] of a remote peer.